revert_upstream_bsymbolic_change
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 8 Oct 2014 21:28:23 +0000 (21:28 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 8 Oct 2014 21:28:23 +0000 (21:28 +0000)
Gbp-Pq: Name revert_upstream_bsymbolic_change.patch

config.tests/unix/bsymbolic_functions.test

index 4d66ee6de02d400719cea7a0ba025650e4f90c52..d495e56befc31f10e79bb4e920b04efbf5f6f2fe 100755 (executable)
@@ -6,10 +6,6 @@ VERBOSE=$2
 
 
 cat >>bsymbolic_functions.c << EOF
-#if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64))
-#error "Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129)."
-#endif
-
 int main() { return 0; }
 EOF